'Usage Dim instance As NotifyCollectionBase(Of T) Dim index As Integer Dim item As T instance.Insert(index, item)
Parameters
- index
- The zero-based index at which to insert the item.
- item
- The new item.
'Usage Dim instance As NotifyCollectionBase(Of T) Dim index As Integer Dim item As T instance.Insert(index, item)
Exception | Description |
---|---|
System.NotSupportedException | The collection is read-only. |